3.1873 \(\int (1-2 x)^{3/2} (2+3 x) (3+5 x)^2 \, dx\)

Optimal. Leaf size=53 \[ \frac{75}{88} (1-2 x)^{11/2}-\frac{505}{72} (1-2 x)^{9/2}+\frac{1133}{56} (1-2 x)^{7/2}-\frac{847}{40} (1-2 x)^{5/2} \]

[Out]

(-847*(1 - 2*x)^(5/2))/40 + (1133*(1 - 2*x)^(7/2))/56 - (505*(1 - 2*x)^(9/2))/72 + (75*(1 - 2*x)^(11/2))/88

________________________________________________________________________________________

Rubi [A]  time = 0.0110615, antiderivative size = 53, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.045, Rules used = {77} \[ \frac{75}{88} (1-2 x)^{11/2}-\frac{505}{72} (1-2 x)^{9/2}+\frac{1133}{56} (1-2 x)^{7/2}-\frac{847}{40} (1-2 x)^{5/2} \]

Antiderivative was successfully verified.

[In]

Int[(1 - 2*x)^(3/2)*(2 + 3*x)*(3 + 5*x)^2,x]

[Out]

(-847*(1 - 2*x)^(5/2))/40 + (1133*(1 - 2*x)^(7/2))/56 - (505*(1 - 2*x)^(9/2))/72 + (75*(1 - 2*x)^(11/2))/88

Rule 77

Int[((a_.) + (b_.)*(x_))*((c_) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegran
d[(a + b*x)*(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] && NeQ[b*c - a*d, 0] && ((ILtQ[
n, 0] && ILtQ[p, 0]) || EqQ[p, 1] || (IGtQ[p, 0] && ( !IntegerQ[n] || LeQ[9*p + 5*(n + 2), 0] || GeQ[n + p + 1
, 0] || (GeQ[n + p + 2, 0] && RationalQ[a, b, c, d, e, f]))))

Rubi steps

\begin{align*} \int (1-2 x)^{3/2} (2+3 x) (3+5 x)^2 \, dx &=\int \left (\frac{847}{8} (1-2 x)^{3/2}-\frac{1133}{8} (1-2 x)^{5/2}+\frac{505}{8} (1-2 x)^{7/2}-\frac{75}{8} (1-2 x)^{9/2}\right ) \, dx\\ &=-\frac{847}{40} (1-2 x)^{5/2}+\frac{1133}{56} (1-2 x)^{7/2}-\frac{505}{72} (1-2 x)^{9/2}+\frac{75}{88} (1-2 x)^{11/2}\\ \end{align*}

Mathematica [A]  time = 0.0125818, size = 28, normalized size = 0.53 \[ -\frac{(1-2 x)^{5/2} \left (23625 x^3+61775 x^2+60715 x+24617\right )}{3465} \]

Antiderivative was successfully verified.

[In]

Integrate[(1 - 2*x)^(3/2)*(2 + 3*x)*(3 + 5*x)^2,x]

[Out]

-((1 - 2*x)^(5/2)*(24617 + 60715*x + 61775*x^2 + 23625*x^3))/3465

________________________________________________________________________________________

Maple [A]  time = 0.004, size = 25, normalized size = 0.5 \begin{align*} -{\frac{23625\,{x}^{3}+61775\,{x}^{2}+60715\,x+24617}{3465} \left ( 1-2\,x \right ) ^{{\frac{5}{2}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1-2*x)^(3/2)*(2+3*x)*(3+5*x)^2,x)

[Out]

-1/3465*(23625*x^3+61775*x^2+60715*x+24617)*(1-2*x)^(5/2)

________________________________________________________________________________________

Maxima [A]  time = 2.40354, size = 50, normalized size = 0.94 \begin{align*} \frac{75}{88} \,{\left (-2 \, x + 1\right )}^{\frac{11}{2}} - \frac{505}{72} \,{\left (-2 \, x + 1\right )}^{\frac{9}{2}} + \frac{1133}{56} \,{\left (-2 \, x + 1\right )}^{\frac{7}{2}} - \frac{847}{40} \,{\left (-2 \, x + 1\right )}^{\frac{5}{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-2*x)^(3/2)*(2+3*x)*(3+5*x)^2,x, algorithm="maxima")

[Out]

75/88*(-2*x + 1)^(11/2) - 505/72*(-2*x + 1)^(9/2) + 1133/56*(-2*x + 1)^(7/2) - 847/40*(-2*x + 1)^(5/2)

________________________________________________________________________________________

Fricas [A]  time = 1.30079, size = 123, normalized size = 2.32 \begin{align*} -\frac{1}{3465} \,{\left (94500 \, x^{5} + 152600 \, x^{4} + 19385 \, x^{3} - 82617 \, x^{2} - 37753 \, x + 24617\right )} \sqrt{-2 \, x + 1} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-2*x)^(3/2)*(2+3*x)*(3+5*x)^2,x, algorithm="fricas")

[Out]

-1/3465*(94500*x^5 + 152600*x^4 + 19385*x^3 - 82617*x^2 - 37753*x + 24617)*sqrt(-2*x + 1)

________________________________________________________________________________________

Sympy [A]  time = 7.61136, size = 46, normalized size = 0.87 \begin{align*} \frac{75 \left (1 - 2 x\right )^{\frac{11}{2}}}{88} - \frac{505 \left (1 - 2 x\right )^{\frac{9}{2}}}{72} + \frac{1133 \left (1 - 2 x\right )^{\frac{7}{2}}}{56} - \frac{847 \left (1 - 2 x\right )^{\frac{5}{2}}}{40} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-2*x)**(3/2)*(2+3*x)*(3+5*x)**2,x)

[Out]

75*(1 - 2*x)**(11/2)/88 - 505*(1 - 2*x)**(9/2)/72 + 1133*(1 - 2*x)**(7/2)/56 - 847*(1 - 2*x)**(5/2)/40

________________________________________________________________________________________

Giac [A]  time = 2.34316, size = 88, normalized size = 1.66 \begin{align*} -\frac{75}{88} \,{\left (2 \, x - 1\right )}^{5} \sqrt{-2 \, x + 1} - \frac{505}{72} \,{\left (2 \, x - 1\right )}^{4} \sqrt{-2 \, x + 1} - \frac{1133}{56} \,{\left (2 \, x - 1\right )}^{3} \sqrt{-2 \, x + 1} - \frac{847}{40} \,{\left (2 \, x - 1\right )}^{2} \sqrt{-2 \, x + 1} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-2*x)^(3/2)*(2+3*x)*(3+5*x)^2,x, algorithm="giac")

[Out]

-75/88*(2*x - 1)^5*sqrt(-2*x + 1) - 505/72*(2*x - 1)^4*sqrt(-2*x + 1) - 1133/56*(2*x - 1)^3*sqrt(-2*x + 1) - 8
47/40*(2*x - 1)^2*sqrt(-2*x + 1)